Browsing Tag:

ssh

Monitoring Usage in Linux Server

Now I would tell you some basic command which well help you monitor your server.VZ ParametersOn a Virtuozzo VPS you can output your usage of the VZ parameters. You should pay most attention to oomguarpages and privmpages. Anything with a failure is generally bad! cat /proc/usr_beancounters Apache ConnectionsIf you have experience in Server Administrator task, you surely have a headache on the Apache connections when it is getting tons of connections to the server!Grep port 80 (web services Read more
July 9, 2012
/

How to Set an SSH Login Message

Isn't it good to put a message to everyone who login to your server via SSH? Especially a legal message?Login as root via SSH.Enter the following command: pico /etc/motd Enter your message, save and exit.After that, If any users login to SSH, they will see the message you have typed!This is the message I have entered to all my servers I have, You can use it too. ALERT! You are entering  into a secured area! Your IP, Login Time, Username has been noted and has been sent to the server administrator! This Read more
July 9, 2012
/

Install Nginx with HTTPS support on CentOS

Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev started development of Nginx in 2002, with the first public release in 2004. Nginx now hosts nearly 12.18% (22.2M) of all domains worldwide. As Netcraft predicted, Nginx now surpasses Microsoft IIS as the second most popular web server.Nginx is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.Nginx is one Read more
January 24, 2012
/